From 96ba36be3f30ecaa47ddef855f74ac4e47d4662f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 16 Nov 2016 20:36:57 +0100 Subject: [PATCH] change default BABL_TOLERANCE to 0.000006 This makes the cairo.so extensions fast path for RGBA float blitting to be accepted. This makes conversions with internal quantization of roughly 16bit be accepted. --- babl/babl-fish-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index ebbdd9e..25d3bd1 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -21,7 +21,7 @@ #include "babl-internal.h" #include "babl-ref-pixels.h" -#define BABL_LEGAL_ERROR 0.000001 +#define BABL_LEGAL_ERROR 0.000006 #define BABL_MAX_COST_VALUE 2000000 #define BABL_HARD_MAX_PATH_LENGTH 8 #define BABL_MAX_NAME_LEN 1024 -- 2.30.2